public class Cell : IContentElementPublic Class Cell
Implements IContentElement| Cell | Initializes a new instance of the Cell class. |
| Cell(Boolean) | Initializes a new instance of the Cell class. |
| Cell(DateTime) | Initializes a new instance of the Cell class. |
| Cell(Double) | Initializes a new instance of the Cell class. |
| Cell(String) | Initializes a new instance of the Cell class. |
| Cell(String, CellValueType) | Initializes a new instance of the Cell class. |
| Content | |
| ContentValidation | Specifies if a cell contains a validity check. The value of this attribute is a name found in the name attribute of a ContentValidation. If this attribute is not present, a cell may have arbitrary content. |
| Currency | Contains the currency for a value of a table cell, a text field, or a form property. |
| Formula | Contains the formula for a table cell. |
| MatrixColumnsSpannedCount | Contains the number of columns spanned by a matrix. |
| MatrixRowsSpannedCount | Contains the number of rows spanned by a matrix. |
| NumberOfRepeatedCells | Contains the number of successive columns in which a cell is repeated. It may be used to describe two or more adjoining cells with a single cell element, if they meet the following conditions: - The cells contain the same content and style. - The cells are not merged horizontally or vertically. |
| SpannedColumnsCount | Contains the number of columns that a cell spans. |
| SpannedRowsCount | Contains the number of rows that a cell spans. |
| Style | Contains the style of table cell. |
| Type | Contains the value-type of a table cell, a text field, or a form property. |
| Value | Contains the currency, float or percentage value for a table cell, a text field, or a form property. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements | Returns all content elements. |
| GetHashCode | (Inherited from Object) |
| GetParent | Returns the parent element. |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current Cell object to its equivalent string representation.
(Overrides ObjectToString) |